﻿2026-07-15T12:55:16.2052901Z ##[group]Run actions/checkout@v5
2026-07-15T12:55:16.2053626Z with:
2026-07-15T12:55:16.2053990Z   repository: BigscreenVR/spt-bs-core
2026-07-15T12:55:16.2056742Z   token: ***
2026-07-15T12:55:16.2057024Z   ssh-strict: true
2026-07-15T12:55:16.2057328Z   ssh-user: git
2026-07-15T12:55:16.2057619Z   persist-credentials: true
2026-07-15T12:55:16.2057939Z   clean: true
2026-07-15T12:55:16.2058238Z   sparse-checkout-cone-mode: true
2026-07-15T12:55:16.2058583Z   fetch-depth: 1
2026-07-15T12:55:16.2058869Z   fetch-tags: false
2026-07-15T12:55:16.2059183Z   show-progress: true
2026-07-15T12:55:16.2059472Z   lfs: false
2026-07-15T12:55:16.2059799Z   submodules: false
2026-07-15T12:55:16.2060162Z   set-safe-directory: true
2026-07-15T12:55:16.2060481Z env:
2026-07-15T12:55:16.2060784Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-15T12:55:16.2061222Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-15T12:55:16.2061605Z ##[endgroup]
2026-07-15T12:55:16.3897492Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-15T12:55:16.3898928Z ##[group]Getting Git version info
2026-07-15T12:55:16.3899506Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-15T12:55:16.4276983Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-15T12:55:16.4493108Z git version 2.43.0.windows.1
2026-07-15T12:55:16.4518068Z ##[endgroup]
2026-07-15T12:55:16.4527467Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5b415321-dfdc-4785-80f2-1e022ac9288b\.gitconfig'
2026-07-15T12:55:16.4542191Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5b415321-dfdc-4785-80f2-1e022ac9288b' before making global git config changes
2026-07-15T12:55:16.4544375Z Adding repository directory to the temporary git global config as a safe directory
2026-07-15T12:55:16.4547233Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-15T12:55:16.4798409Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-15T12:55:16.5018782Z https://github.com/BigscreenVR/spt-bs-core
2026-07-15T12:55:16.5044852Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-15T12:55:16.5049254Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-15T12:55:16.5284275Z refs/heads/main
2026-07-15T12:55:16.5309454Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-15T12:55:16.5632910Z HEAD is now at e0a8bb00 Merge pull request #4 from BigscreenVR/build/forkening-w4-update-ux
2026-07-15T12:55:16.5891538Z ##[endgroup]
2026-07-15T12:55:16.5894784Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-15T12:55:17.0234787Z ##[group]Cleaning the repository
2026-07-15T12:55:17.0235608Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-15T12:55:22.1037082Z Removing target/
2026-07-15T12:55:22.1064992Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-15T12:55:22.1529944Z HEAD is now at e0a8bb00 Merge pull request #4 from BigscreenVR/build/forkening-w4-update-ux
2026-07-15T12:55:22.1558106Z ##[endgroup]
2026-07-15T12:55:22.1562429Z ##[group]Disabling automatic garbage collection
2026-07-15T12:55:22.1567447Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-15T12:55:22.1827183Z ##[endgroup]
2026-07-15T12:55:22.1827621Z ##[group]Setting up auth
2026-07-15T12:55:22.1833955Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-15T12:55:22.2064171Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-15T12:55:22.6049921Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-15T12:55:22.6290959Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-15T12:55:23.0104152Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-15T12:55:23.0327012Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-15T12:55:23.4198887Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-15T12:55:23.4509847Z ##[endgroup]
2026-07-15T12:55:23.4510270Z ##[group]Fetching the repository
2026-07-15T12:55:23.4517254Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eb3bc271e90cbe47796f13975d6ee45789da708a:refs/remotes/pull/5/merge
2026-07-15T12:55:24.5915936Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-15T12:55:24.5916654Z  * [new ref]           eb3bc271e90cbe47796f13975d6ee45789da708a -> pull/5/merge
2026-07-15T12:55:24.6037706Z ##[endgroup]
2026-07-15T12:55:24.6038177Z ##[group]Determining the checkout info
2026-07-15T12:55:24.6039388Z ##[endgroup]
2026-07-15T12:55:24.6044578Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-15T12:55:24.6307670Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-15T12:55:24.6527456Z ##[group]Checking out the ref
2026-07-15T12:55:24.6531742Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/5/merge
2026-07-15T12:55:24.7214976Z Previous HEAD position was e0a8bb00 Merge pull request #4 from BigscreenVR/build/forkening-w4-update-ux
2026-07-15T12:55:24.7215650Z HEAD is now at eb3bc271 Merge 6f9df02d3ef85a8bb1077a74690880dacff1e404 into e0a8bb00d76315ba8a1d82ba5fb60e4515932ab3
2026-07-15T12:55:24.7235988Z ##[endgroup]
2026-07-15T12:55:24.7484309Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-15T12:55:24.7692174Z eb3bc271e90cbe47796f13975d6ee45789da708a
